From 0cd56e7cf69139718f1b4bf176b3a74b7c67eafd Mon Sep 17 00:00:00 2001 From: "Panashe M. Fundira" Date: Mon, 25 Jul 2016 21:26:14 -0400 Subject: [PATCH] add man page for generate-lockfile subcommand --- src/etc/man/cargo-generate-lockfile.1 | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/etc/man/cargo-generate-lockfile.1 diff --git a/src/etc/man/cargo-generate-lockfile.1 b/src/etc/man/cargo-generate-lockfile.1 new file mode 100644 index 000000000..313471a04 --- /dev/null +++ b/src/etc/man/cargo-generate-lockfile.1 @@ -0,0 +1,41 @@ +.TH "CARGO\-GENERATE LOCKFILE" "1" "May 2016" "The Rust package manager" "Cargo Manual" +.hy +.SH NAME +.PP +cargo\-generate-lockfile \- Generate the lockfile for a project +.SH SYNOPSIS +.PP +\f[I]cargo generate-lockfile\f[] [OPTIONS] +.SH OPTIONS +.TP +.B \-h, \-\-help +Print this message. +.RS +.RE +.TP +.B \-\-manifest-path \f[I]PATH\f[] +Path to the manifest to generate a lockfile for. +.RS +.RE +.TP +.B \-v, \-\-verbose +Use verbose output. +.RS +.RE +.TP +.B \-q, \-\-quiet +No output printed to stdout. +.RS +.RE +.TP +.B \-\-color \f[I]WHEN\f[] +Coloring: auto, always, never. +.RS +.RE +.SH SEE ALSO +.PP +cargo(1) +.SH COPYRIGHT +.PP +This work is dual\-licensed under Apache 2.0 and MIT terms. +See \f[I]COPYRIGHT\f[] file in the cargo source distribution. -- 2.30.2